projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ad9932
)
Don't auto-insert "@c file ends here" in .texi files
author
Stefan Kangas
<stefan@marxist.se>
Sun, 1 Nov 2020 17:52:23 +0000
(18:52 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 1 Nov 2020 17:58:12 +0000
(18:58 +0100)
* lisp/autoinsert.el (auto-insert-alist): Don't insert "@c file ends
here" at the end of new .texi files.
lisp/autoinsert.el
patch
|
blob
|
history
diff --git
a/lisp/autoinsert.el
b/lisp/autoinsert.el
index 4af3d631a2c712c5551298d3126ab38934ef1915..979866832567e9cdc7d7a5e76df65c1369c1c02b 100644
(file)
--- a/
lisp/autoinsert.el
+++ b/
lisp/autoinsert.el
@@
-315,8
+315,7
@@
The document was typeset with
@printindex cp
@bye
-
-@c " (file-name-nondirectory (buffer-file-name)) " ends here\n"))
+"))
"A list specifying text to insert by default into a new file.
Elements look like (CONDITION . ACTION) or ((CONDITION . DESCRIPTION) . ACTION).
CONDITION may be a regexp that must match the new file's name, or it may be